feat(ocsf): carry structured events on sandbox log stream - #3104
feat(ocsf): carry structured events on sandbox log stream#3104krishicks wants to merge 1 commit into
Conversation
Carry each sandbox OCSF event as JSON alongside the log line so the gateway and downstream exporters retain the complete event instead of reparsing shorthand text. Render display text from the decoded event at the gateway. Preserve the original message when a line has no structured payload or the payload cannot be decoded. Refs #1055 Signed-off-by: Kris Hicks <khicks@nvidia.com>
Review findings
|
Summary
Carry each sandbox OCSF event as JSON alongside the log line so the gateway and downstream exporters retain the complete event instead of reparsing shorthand text.
Render display text from the decoded event at the gateway. Preserve the original message when a line has no structured payload or the payload cannot be decoded.
Related Issue
#1055
Changes
Testing
mise run pre-commitpassesChecklist